net/http.http2Transport.connPool (method)

6 uses

	net/http (current package)
		h2_bundle.go#L6948: func (t *http2Transport) connPool() http2ClientConnPool {
		h2_bundle.go#L7206: 		cc, err := t.connPool().GetClientConn(req, addr)
		h2_bundle.go#L7242: 	if cp, ok := t.connPool().(http2clientConnPoolIdleCloser); ok {
		h2_bundle.go#L7452: 		cc.t.connPool().MarkDead(cc)
		h2_bundle.go#L8743: 	defer cc.t.connPool().MarkDead(cc)
		h2_bundle.go#L9351: 	cc.t.connPool().MarkDead(cc)